home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk180 / arexxtutorial / rexecute / rexecute.readme < prev    next >
Text File  |  1995-03-19  |  2KB  |  60 lines

  1.  
  2. This archive has 4 files:
  3.  
  4.     RExecute.README        This file
  5.     RExecute.intro        Description of this program
  6.     RExecute-startup    Sample Startup Script (see below)
  7.     RExecute.rexx        ARexx Program
  8.  
  9.  
  10. INSTALLATION:
  11. The only file you MUST have is the .rexx program in your REXX:
  12. directory.  
  13.  
  14. If you want to use this program the way described below (as I do),
  15. copy the RExecute.Startup file to your S: directory, and insert the
  16. line as indicated in your Startup-Sequence.  To use this startup
  17. file, you must create a new subdirectory in S: called "Common_Apps"
  18. and move your more common scripts there.  (This pretty much presumes
  19. you'll execute this scripts ONLY from RExecute, and leave your old
  20. CLI-typing behind.)
  21.  
  22.  
  23. USAGE:
  24. To execute, just type "run rx RExecute".
  25.  
  26. My use of this program is a little more sophisticated.  I have all
  27. the common scripts copied to RAM (as scripts, they don't take a lot
  28. of memory) so I don't have to switch disks as often (Hard Drive
  29. donations appreciated!  :-)
  30.  
  31. At completion of the copy to RAM, the .rexx program is executed and
  32. brings up a window for selection of a script.  Selection of a script
  33. will EXECUTE that script and return the window right away.  You can
  34. continue selecting, leaving the window up during your entire session
  35. if you choose.  If you need the memory or just want to get rid of
  36. RExecute, just click on the 'CANCEL' button.
  37.  
  38. My startup-sequence has the following line in it:
  39.  
  40. ashell "CON:200/100/430/100/RExecute Window" from S:RExecute-Startup
  41.  
  42. This creates a separate window for the script output, and the startup
  43. script for the window will copy all your most common scripts into RAM
  44. or RAD, depending on what you have available.  (Users who prefer an
  45. interlaced WB screen can change the second number from 100 to 300 to
  46. have this new window at the very bottom of the screen).
  47.  
  48.  
  49. DISCLAIMER
  50. Upgrades?  I doubt it.  This does everything I need it to and haven't
  51. changed it in a LONG time.  This is freeware, but please keep all
  52. files together if you copy this anywhere.
  53.  
  54. *** John
  55.  
  56. PLink: J DUBLER
  57. CI$:   73220,2567
  58.  
  59. Saved: 11/25/89
  60.